home *** CD-ROM | disk | FTP | other *** search
-
-
- S T E P H .
- -----------
-
- V e r s i o n s 1 . 0 . A a n d l a t e r .
-
- F u n c t i o n N a m e C h a n g e s .
-
- -------------------------------------------------------------------
-
- This file indicates the function name changes that were made for
- version 1.0a of Steph. Programs written for earlier versions of Steph
- may need to be altered. Unless indicated elsewhere, only the names of
- the functions have been changed, their functionality remains the same.
-
- Not all versions of Steph before version 1.0a contained all of the
- functions listed below.
-
-
- Function groups.
-
- All function names now begin with one of a number of prefixes. These
- prefixes indicate that the function is concerned with, say, windows,
- menus, or the toolbar. The function group is related to, but is NOT
- identical to the arrangement of functions in the object modules of the
- Steph libraries.
-
- Group name (prefix).
-
- _window_ Windowing functions.
- _wb_ Window contents buffers.
- _wbcc_ Window buffer colour code functions.
- _loop_ Loop function setup functions.
- _steph_ Steph startup and closedown functions.
- _s_ Miscellaneous Steph functions
- _mouse_ Mouse functions.
- _dbox_ Dialogue box functions.
- _query_ Query box functions.
- _flash_ Flash box functions.
- _speed_ Speed bar functions.
- _toolbar_ Toolbar functions.
- _popmenu_ Popup menu functions.
-
- _sp_ Steph private functions, not available to programmers.
-
-
- Function name changes:
-
- Old Name. New Name.
-
- _drawscrollblips _window_drawscrollblips
- _set_vscroll_percent _window_set_vscroll_pc
- _set_hscroll_percent _window_set_hscroll_pc
-
- _wb_set_fixed _window_setfixed
- _default_window_filter _window_default_filter
-
- _set_loop_function _loop_setfunction
- _set_menu_loop_function _loop_menufunction
- _set_dbox_loop_function _loop_dboxfunction
-
- _set_initial_function _steph_initialfunction
-
- steph_initialise _steph_initialise
- steph_go _steph_go
- steph_closedown _steph_closedown
-
- _setup_graphic _steph_setupgraphic
-
- s_settextposition _s_settextposition
- s_gettextcursor _s_gettextcursor
- s_settextcursor _s_settextcursor
- s_displaycursor _s_displaycursor
-
- set_ins_mode _s_insmode
-
- key_for_me _s_key_for_me
- _time_delay _s_time_delay
-
- build_list _s_buildlist
- build_radiolist _s_buildradiolist
-
- shift_key_read _s_shift_key_read
- key_read _s_key_read
- wait_for_key _s_wait_for_key
- flush_keyboard _s_flush_keyboard
-
- _build_dbox _dbox_build
- _db_setabspos _dbox_setabspos
- _db_setdependants _dbox_setdependants
- _db_grey _dbox_grey
- _db_draw_control _dbox_draw_control
-
- flash_box_remove _flash_remove
- flash_box _flash_box
- query_box _query_box
-
- _sb_text _speed_text
- _sb_show _speed_show
- _sb_wipebar _speed_wipebar
-
- _set_speedbar _speed_setbar
- _set_speedbar_drawfn _speed_drawfn
- _set_speedbar_clickfn _speed_clickfn
-
- _sb_set_button _speed_button_set
- _sb_set_button_colour _speed_button_colour
- _sb_remove_button _speed_button_remove
-
- _set_toolbar_drawfn _toolbar_drawfn
- _set_toolbar_clickfn _toolbar_clickfn
-
- _tb_draw_control _toolbar_draw_control
- _tb_grey _toolbar_grey
- _tb_remove_control _toolbar_remove_control
-
-
-